Payment Modes
Payment Mode that may be selected at the time of document submission.
List
Below is the table of Payment Modes codes and their corresponding descriptions:
Code | Description |
---|---|
01 | Cash |
02 | Cheque |
03 | Bank Transfer |
04 | Credit Card |
05 | Debit Card |
06 | e-Wallet / Digital Wallet |
07 | Digital Bank |
08 | Others |
Containing Definition of All Payment Modes
Below is the JSON representation of the Payment Modes:
[
{
"Code": "01",
"Payment Method": "Cash"
},
{
"Code": "02",
"Payment Method": "Cheque"
},
{
"Code": "03",
"Payment Method": "Bank Transfer"
},
{
"Code": "04",
"Payment Method": "Credit Card"
},
{
"Code": "05",
"Payment Method": "Debit Card"
},
{
"Code": "06",
"Payment Method": "e-Wallet / Digital Wallet"
},
{
"Code": "07",
"Payment Method": "Digital Bank"
},
{
"Code": "08",
"Payment Method": "Others"
}
]
Additional Considerations
Note that when submitting the documents, taxpayers should be using the code values.